Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add __module__ attributes to exception classes. #523

Merged
merged 2 commits into from
Jan 10, 2022
Merged

Add __module__ attributes to exception classes. #523

merged 2 commits into from
Jan 10, 2022

Conversation

methane
Copy link
Member

@methane methane commented Jan 8, 2022

Fixes #522.

@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #523 (0058bb9) into main (5340191) will increase coverage by 0.28%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #523      +/-   ##
==========================================
+ Coverage   85.71%   86.00%   +0.28%     
==========================================
  Files           6        6              
  Lines         539      550      +11     
==========================================
+ Hits          462      473      +11     
  Misses         77       77              
Impacted Files Coverage Δ
MySQLdb/_exceptions.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5340191...0058bb9. Read the comment docs.

@methane methane merged commit 2316313 into main Jan 10, 2022
@methane methane deleted the exc-modules branch January 10, 2022 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MySQLdb exceptions should reflect their public API name in tracebacks
1 participant